home *** CD-ROM | disk | FTP | other *** search
- 'Station Fall' was brought to you by Mr.Who ??? of The League
-
- In the package there is a timetable with 105 !!! codes...
- These codes has been converted to a program by ...guess who ? Yes you are -
- by Mr.Who ???
-
- This program will run on your friends C-64 or could easily be converted
- to the Amiga...
-
- 1 REM * Mr.Who of The League *
- 2 y=632:s=23:g=1
- 3 PRINT "Do ya want printer option ? (Y/N)"
- 4 GETa$:IFa$="" OR (a$<>"Y" AND a$<>"N") THEN 4
- 5 FORt=4300 TO 9550 STEP 50
- 6 PRINT t;"-";t+49;": ";ABS(y)
- 7 IFa$="Y" THEN PRINT#4,t;"-";t+49;": ";ABS(y)
- 8 y=y-s:g=g+1:IFg=2THENg=0:s=s-1
- 9 NEXT t
- 10 IFa$="Y" THEN CLOSE 4
-
- The Codes is used in the start of the program. When you are ready to depart
- from the Spacestation, type TIME, and type in the right code.
-